home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 44 / Amiga Format CD44 (1999-08-26)(Future Publishing)(GB)(Track 1 of 3)[!][issue 1999-10].iso / -serious- / wb / merlin / cfg / scheduler.cfg < prev    next >
Text File  |  1999-07-12  |  576b  |  25 lines

  1.  
  2. ;
  3. ;   Config file for the Trion Scheduler
  4. ;
  5. ;   Format of lines:
  6. ;
  7. ;   min hour day month DayOfWeek "command args" ["Description"]
  8. ;
  9. ;   Months range from 1 (January) to 12 (December).
  10. ;   The Day Of Week ranges from 0 (Sunday) to 6 (Saturday).
  11.  
  12.  
  13. # Clock signals
  14.  
  15. 0      12   * * *      "mcp:bin/sndevent -p 10"   "Noon"
  16.  
  17. 0       0   * * *      "mcp:bin/sndevent -p 10"   "Midnight"
  18.  
  19. 0       1   * * *      "dh2:inet/do"                "Send E-mail"
  20.  
  21. 0       5   * * *      "mcp:scripts/backup"         "Back-up"
  22.  
  23. 0       6   * * *      "mcp:scripts/Reset"          "Reset"
  24.  
  25.